home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON01
/
ACT01A
/
L01A2D.DIR
/
scripts_13.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-21
|
109 b
|
10 lines
global gameObj
on exitFrame
if not done(gameObj) then
go("play")
else
go("finish")
end if
end